Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG FIX] Fix bugs in stream manager. #172

Merged
merged 7 commits into from
Sep 11, 2023
Merged

[BUG FIX] Fix bugs in stream manager. #172

merged 7 commits into from
Sep 11, 2023

Conversation

zms1999
Copy link
Collaborator

@zms1999 zms1999 commented Sep 7, 2023

Stream manager is used in both computation (e.g., parallel linear) and communication (e.g., smart scheduling's nccl send/recv) kernels. To avoid unnecessary synchronization, developers should carefully check which stream is in use.

@zms1999 zms1999 requested a review from laekov September 7, 2023 15:01
@zms1999
Copy link
Collaborator Author

zms1999 commented Sep 7, 2023

Thanks @chenyu-jiang for pointing out this problem in issue #168.

@laekov laekov merged commit 3a41edb into master Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants